.in-block, .header .right-box .bdsharebuttonbox, .header .right-box .bdsharebuttonbox a, .header .right-box .lang, .header .right-box .search-box, .footer .top ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1; }
.w1290 {
  width: 1290px;
  margin: 0 auto; }
  @media (max-width: 1350px) {
    .w1290 {
      width: 94%; } }
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .header .wrap {
    width: 93.75%;
    height: 100%;
    margin: 0 auto; }
  .header .logo {
    display: block;
    height: 100%; }
    .header .logo img {
      position: relative;
      top: 10%;
      display: block;
      max-height: 60px;
      }
  .header .right-box {
    position: relative;
    z-index: 1000;
    height: 100%;
    line-height: 60px; }
    .header .right-box .bdshare-button-style0-16:after {
      display: none; }
    .header .right-box .bdsharebuttonbox {
      height: 100%; }
      @media (max-width: 500px) {
        .header .right-box .bdsharebuttonbox {
          display: none; } }
      .header .right-box .bdsharebuttonbox a {
        float: none;
        vertical-align: middle;
        width: 28px;
        height: 28px;
        margin: 0 0 0 10px;
        padding: 0;
        background: none;
        border-radius: 50%; }
        .header .right-box .bdsharebuttonbox a.weixin {
          background: url(../images/wechat.png) no-repeat center center;
          background-color: #0075c1; }
        .header .right-box .bdsharebuttonbox a.tsina {
          background: url(../images/sina.png) no-repeat center center;
          background-color: #0075c1; }
    .header .right-box .lang {
      vertical-align: middle;
      width: 28px;
      height: 28px;
      margin: 0 0 0 10px;
      border-radius: 50%;
      background: url(../images/lang.png) no-repeat center center;
      background-color: #0075c1; }
      .header .right-box .lang:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    .header .right-box .search-box {
      vertical-align: middle; }
      .header .right-box .search-box .input-box {
        position: relative;
        width: 28px;
        height: 28px;
        border-radius: 28px; }
        .header .right-box .search-box .input-box input {
          border: none;
          outline: none; }
        .header .right-box .search-box .input-box .text {
          display: none;
          width: 0;
          height: 100%;
          padding-right: 28px;
          box-sizing: border-box;
          background-color: #0075c1;
          position: absolute;
          top: 0;
          right: 13px;
          z-index: 1001;
          border-top-left-radius: 28px;
          border-bottom-left-radius: 28px;
          line-height: 28px;
          text-indent: 1em;
          font-size: 14px;
          color: #fff; }
          .header .right-box .search-box .input-box .text::-webkit-input-placeholder {
            color: #fff; }
          .header .right-box .search-box .input-box .text:-moz-placeholder {
            color: #fff; }
          .header .right-box .search-box .input-box .text::-moz-placeholder {
            color: #fff; }
          .header .right-box .search-box .input-box .text:-ms-input-placeholder {
            color: #fff; }
        .header .right-box .search-box .input-box .btn {
          position: relative;
          z-index: 1002;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          overflow: hidden;
          background-color: #0075c1;
          cursor: pointer; }
          .header .right-box .search-box .input-box .btn:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          .header .right-box .search-box .input-box .btn .button {
            position: relative;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            background: url(../images/search.png) no-repeat center center; }
          .header .right-box .search-box .input-box .btn input.button {
            display: none;
            position: absolute;
            top: 0;
            left: 0; }
          .header .right-box .search-box .input-box .btn.ishow:hover {
            opacity: 1;
            filter: alpha(opacity=100); }
          .header .right-box .search-box .input-box .btn.ishow .button {
            display: none; }
          .header .right-box .search-box .input-box .btn.ishow input.button {
            display: block; }
  .header .search-li {
    display: none; }
  .header .h-nav {
    height: 100%;
    margin-right: 78px; }
    .header .h-nav li {
      position: relative;
      height: 100%; }
      .header .h-nav li .show {
        position: relative;
        display: block;
        padding: 0 14px;
        margin: 0 4px;
        height: 100%;
        font-size: 14px;
        line-height: 65px;
        color: #555; }
        .header .h-nav li .show::after {
			border-bottom:1px #000;

          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #0075c1;
          opacity: 0;
          filter: alpha(opacity=0);
          transform: scale(0, 1);
          transition: transform 0.5s; }
      .header .h-nav li .hide {
        display: none;
        position: absolute;
        top: 99%;
        left: -20%;
        width: 140%;
        background-color: #fff;
        border-bottom: 2px solid #0075c1; }
        .header .h-nav li .hide .h-link {
          display: block;
          width: 100%;
          height: 44px;
          font-size: 14px;
          border-top: 1px solid #eee;
          line-height: 43px;
          color: #555;
          text-align: center; }
          @media (min-width: 1025px) {
            .header .h-nav li .hide .h-link:hover {
              color: #0075c1; } }
      @media (min-width: 1025px) {
        .header .h-nav li:hover .show::after {
          opacity: 1;
          filter: alpha(opacity=100);
          transform: scale(1, 1); } }
      .header .h-nav li.cur .show::after {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1, 1); }
    @media (max-width: 1260px) {
      .header .h-nav {
        margin-right: 20px; }
        .header .h-nav li .show {
          padding: 0 5px; } }
  @media (max-width: 1024px) {
    .header {
      height: 60px; }
      .header .search-box {
        display: none; }
      .header .h-btn {
        display: inline-block;
        vertical-align: middle;
        width: 28px;
        height: 28px;
        margin: 0 0 0 10px;
        border-radius: 50%;
        background: url(../images/h-btn.png) no-repeat center center;
        background-color: #0075c1;
        cursor: pointer; }
      .header .bg {
        position: fixed;
        z-index: 90;
        top: 0;
        right: -102%;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: pointer; }
      .header .h-nav {
        position: fixed;
        z-index: 10005;
        top: 0;
        right: -210px;
        width: 204px;
        margin-right: 0;
        background: #fff;
        height: 100%;
        transition: right 0.5s; }
        .header .h-nav li {
          float: none;
          height: auto;
          margin: 0 10%;
          /* &.search-li{
          	display: block;
          	margin: 2% 5% 0;
          	.input-box{
          		.text{
          			input{
          				width: 138px;
          				height: 28px;
          				line-height: 28px;
          				border: none;
          				outline: none;
          				border-bottom: 1px solid #999;
          				text-align: left;
          				text-indent: 0.5em;
          				font-size: 14px;
          				color: #777;
          				border-radius: 0;
          			}
          		}
          		.btn{
          			.button{
          				display: block;
          				position: relative;
          				top: 3px;
          				width: 28px;
          			    height: 28px;
          			    padding: 0;
          			    border-radius: 0;
          			    background: url(../images/search-icon.png) no-repeat center center;
          			    cursor: pointer;
          			    display: block;
          			    background-size: contain;
          			}
          		}
          	}
          } */ }
          .header .h-nav li:first-child {
            margin-top: 10px; }
          .header .h-nav li .show {
            height: auto;
            padding: 5% 0;
            margin: 0;
            font-size: 16px;
            line-height: 1.2; }
            .header .h-nav li .show::after {
              display: none; }
          .header .h-nav li .hide {
            position: static;
            width: 100%;
            margin-bottom: 15px;
            border: none; }
            .header .h-nav li .hide .h-link {
              display: block;
              padding-left: 15px;
              font-size: 14px;
              height: auto;
              line-height: 2;
              color: #555;
              border: none;
              text-align: left; }
      .header.ishow .bg {
        right: 0; }
      .header.ishow .h-nav {
        right: 0; } }
.footer .top {
  padding: 45px 0 40px;
  background-color: #f9f9f9; }
  .footer .top ul {
    font-size: 0; }
    .footer .top ul li {
      vertical-align: top;
      margin-right: 9%; }
      .footer .top ul li:last-child {
        margin-right: 0; }
      .footer .top ul li a {
        display: block; }
      .footer .top ul li .show {
        margin-bottom: 36px;
        font-size: 26px;
        font-weight: bold;
        color: #333;
        transition: all 0.3s; }
        @media (min-width: 1024px) {
          .footer .top ul li .show:hover {
            color: #0075c1; } }
      .footer .top ul li .hide .h-link {
        margin-bottom: 14px;
        padding-left: 16px;
        font-size: 14px;
        color: #555;
        transition: all 0.3s;
        background: url(../images/f-point.png) no-repeat left center; }
        @media (min-width: 1024px) {
          .footer .top ul li .hide .h-link:hover {
            color: #0075c1;
            background: url(../images/f-point2.png) no-repeat left center; } }
    @media (max-width: 1350px) {
      .footer .top ul {
        text-align: center; }
        .footer .top ul li {
          margin-right: 7.5%;
          text-align: left; } }
    @media (max-width: 1220px) {
      .footer .top ul li .show {
        font-size: 20px; }
      .footer .top ul li .hide .h-link {
        padding-left: 10px; } }
  @media (max-width: 1024px) {
    .footer .top {
      display: none; } }
.footer .btm {
  padding: 20px 0 18px;
  background-color: #004d85; }
  .footer .btm .cont {
    font-size: 14px;
    color: #fff; }
    .footer .btm .cont a {
      color: #fff; }
      @media (min-width: 1025px) {
        .footer .btm .cont a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); } }
    .footer .btm .cont .btm-link {
      font-size: 0;
      overflow: hidden; }
      .footer .btm .cont .btm-link .link {
        padding: 0 12px;
        font-size: 14px;
        line-height: 1;
        border-right: 1px solid #fff; }
        .footer .btm .cont .btm-link .link:last-child {
          border-right: 0; }
  @media (max-width: 850px) {
    .footer .btm {
      padding: 16px 0; }
      .footer .btm .cont .copyr {
        margin-bottom: 10px;
        float: none;
        text-align: center; }
        .footer .btm .cont .copyr .link-box {
          display: block;
          padding-top: 8px; }
      .footer .btm .cont .btm-link {
        float: none;
        text-align: center; } }
.banner_ll {
  width: 100%;
  height: 540px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .banner_ll {
      transform: translateY(-200px);
      opacity: 0;
      transition: all 0.5s;
      filter: alpha(opacity=0); }
      .banner_ll.animate {
        transform: translateY(0%);
        opacity: 1;
        filter: alpha(opacity=100); } }
  .banner_ll .text_box {
    height: 100%; }
    .banner_ll .text_box .tab {
      width: 100%;
      height: 100%;
      display: table; }
      .banner_ll .text_box .tab .tab_cell {
        display: table-cell;
        vertical-align: middle; }
        .banner_ll .text_box .tab .tab_cell .txt_box .ti {
          font-size: 150px;
          color: #fff;
          font-weight: bold;
          display: inline-block;
          vertical-align: middle;
          font-family: 'HELVETICABOLD';
          line-height: 110px; }
        .banner_ll .text_box .tab .tab_cell .txt_box .txt {
          margin-left: 12px;
          display: inline-block;
          vertical-align: bottom; }
          .banner_ll .text_box .tab .tab_cell .txt_box .txt .en_tit {
            font-size: 18px;
            color: #fff;
            line-height: 20px;
            font-family: Arial; }
          .banner_ll .text_box .tab .tab_cell .txt_box .txt .txt_cn {
            font-size: 48px;
            color: #fff;
            padding-top: 7px;
            line-height: 48px; }
  @media (max-width: 1200px) {
    .banner_ll {
      height: 450px; }
      .banner_ll .text_box .tab .tab_cell .txt_box .ti {
        font-size: 130px;
        line-height: 90px; }
      .banner_ll .text_box .tab .tab_cell .txt_box .txt {
        margin-left: 6px; }
        .banner_ll .text_box .tab .tab_cell .txt_box .txt .txt_cn {
          font-size: 40px;
          line-height: 40px;
          padding-top: 5px; } }
  @media (max-width: 1024px) {
    .banner_ll {
      height: 400px; }
      .banner_ll .text_box .tab .tab_cell .txt_box .ti {
        font-size: 110px;
        line-height: 70px; }
      .banner_ll .text_box .tab .tab_cell .txt_box .txt .en_tit {
        font-size: 16px; }
      .banner_ll .text_box .tab .tab_cell .txt_box .txt .txt_cn {
        font-size: 30px;
        line-height: 30px;
        padding-top: 5px; } }
  @media (max-width: 500px) {
    .banner_ll {
      height: 300px;
      background-position: 60% center !important; }
      .banner_ll .text_box .tab .tab_cell .txt_box .ti {
        font-size: 110px;
        line-height: 70px; }
      .banner_ll .text_box .tab .tab_cell .txt_box .txt .en_tit {
        font-size: 16px; }
      .banner_ll .text_box .tab .tab_cell .txt_box .txt .txt_cn {
        font-size: 30px;
        line-height: 30px;
        padding-top: 5px; } }
.classification {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e1e1e1;
  background: #f6f6f6; }
  @media (min-width: 1024px) {
    .classification {
      transform: perspective(800px) rotateX(-90deg);
      transform-style: preserve-3d;
      transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
      transform-origin: top center;
      opacity: 0;
      filter: alpha(opacity=0); }
      .classification.animate {
        transform: perspective(800px) rotateX(0deg);
        opacity: 1;
        filter: alpha(opacity=100); } }
  .classification .classification_cen {
    text-align: center;
    display: block;
    height: 100%; }
    .classification .classification_cen a {
      display: inline-block;
      font-size: 14px;
      color: #555;
      height: 100%;
      text-decoration: none;
      padding: 0 25px;
      text-align: center;
      line-height: 60px;
      transition: all 0.5s; }
      @media (min-width: 1024px) {
        .classification .classification_cen a:hover {
          background: #0075c1;
          color: #fff; } }
      .classification .classification_cen a.active {
        background: #0075c1;
        color: #fff; }
  @media (max-width: 1024px) {
    .classification {
      display: none; } }
.swiper_classification {
  width: 100%;
  height: 60px;
  background: #f6f6f6;
  display: none;
  position: relative;
  z-index: 100; }
  @media (max-width: 1024px) {
    .swiper_classification {
      display: block; } }
  .swiper_classification .swiper-container .swiper-scrollbar {
    opacity: 0 !important; }
  .swiper_classification .swiper-container .swiper-wrapper .swiper-slide:last-child {
    background: none; }
  .swiper_classification .swiper-container .swiper-wrapper .swiper-slide {
    background: url(../images/l.png) no-repeat right center;
    background-size: 1px 20px;
    width: 300px; }
    @media (max-width: 650px) {
      .swiper_classification .swiper-container .swiper-wrapper .swiper-slide {
        width: 200px; } }
    @media (max-width: 500px) {
      .swiper_classification .swiper-container .swiper-wrapper .swiper-slide {
        background-size: 1px 12px;
        width: 120px; } }
    .swiper_classification .swiper-container .swiper-wrapper .swiper-slide.active a .txt {
      color: #0075c1; }
    .swiper_classification .swiper-container .swiper-wrapper .swiper-slide.active a .border {
      transform: scaleX(1);
      transform-origin: left center; }
    .swiper_classification .swiper-container .swiper-wrapper .swiper-slide a {
      display: block;
      text-align: center;
      position: relative; }
      .swiper_classification .swiper-container .swiper-wrapper .swiper-slide a .border {
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        transform-origin: right center;
        transform: scaleX(0);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        background: #0075c1; }
      .swiper_classification .swiper-container .swiper-wrapper .swiper-slide a .txt {
        font-size: 16px;
        color: #888;
        line-height: 60px;
        margin: 0 3px;
        display: inline-block;
        transition: all 0.3s;
        vertical-align: middle; }
  @media (max-width: 600px) {
    .swiper_classification {
      height: 50px; }
      .swiper_classification .swiper-container .swiper-wrapper .swiper-slide a .border {
        height: 2px; }
      .swiper_classification .swiper-container .swiper-wrapper .swiper-slide a .txt {
        font-size: 14px;
        line-height: 50px; } }
.classification2 {
  width: 100%;
  height: 60px;
  background: #f6f6f6;
  display: none;
  position: relative;
  z-index: 100; }
  @media (max-width: 1024px) {
    .classification2 {
      display: block; } }
  .classification2 a:last-child {
    background: none; }
  .classification2 a {
    display: block;
    text-align: center;
    position: relative;
    width: 33.33%;
    float: left;
    background: url(../images/l.png) no-repeat right center;
    background-size: 1px 20px; }
    @media (max-width: 500px) {
      .classification2 a {
        background-size: 1px 12px; } }
    .classification2 a.active .txt {
      color: #0075c1; }
    .classification2 a.active .border {
      transform: scaleX(1);
      transform-origin: left center; }
    .classification2 a .border {
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      transform-origin: right center;
      transform: scaleX(0);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      background: #0075c1; }
    .classification2 a .txt {
      font-size: 16px;
      color: #888;
      line-height: 60px;
      margin: 0 3px;
      display: inline-block;
      transition: all 0.3s;
      vertical-align: middle; }
  @media (max-width: 600px) {
    .classification2 {
      height: 50px; }
      .classification2 a .border {
        height: 2px;
        margin: 0; }
      .classification2 a .txt {
        margin: 0;
        font-size: 14px;
        line-height: 50px; } }
.title_box {
  text-align: center; }
  @media (min-width: 1024px) {
    .title_box {
      transform: translateY(-80px);
      opacity: 0;
      filter: alpha(opacity=0);
      transition: all 0.5s; }
      .title_box.animate {
        transform: translateY(0px);
        opacity: 1;
        filter: alpha(opacity=100); } }
  .title_box .cn {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    line-height: 46px; }
  .title_box .en {
    font-size: 24px;
    text-transform: Uppercase;
    color: #999;
    line-height: 30px;
    font-family: 'BKANT'; }
  @media (max-width: 1300px) {
    .title_box .cn {
      font-size: 32px;
      line-height: 42px; }
    .title_box .en {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 1024px) {
    .title_box .cn {
      font-size: 28px;
      line-height: 34px; }
    .title_box .en {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 500px) {
    .title_box .cn {
      font-size: 24px;
      line-height: 30px; }
    .title_box .en {
      font-size: 14px;
      line-height: 24px; } }
.page {
  text-align: center;
  padding-top: 80px; }
  .page a {
    height: 40px;
    font-size: 14px;
    color: #666;
    padding: 0 17px;
    line-height: 40px;
    display: inline-block;
    margin: 3px;
    background: #eee;
    transition: all 0.3s; }
    @media (min-width: 1024px) {
      .page a:hover {
        color: #fff;
        background: #0175c2; } }
    .page a.active {
      color: #fff;
      background: #0175c2; }
  @media (max-width: 700px) {
    .page a {
      padding: 0 10px;
      height: 30px;
      line-height: 30px; } }
.dp01 {
  background: url("../images/1505199279777611eMcv.jpg ") center left no-repeat;
  padding-left: 30px;
  line-height: 48px;
  color: #fff;
  font-size: 16px; }
/*# sourceMappingURL=public.css.map */
